*****************************************************************************
*                                                                           *
*                 BayLan PCI 10/100 Fast Ethernet Adapter                   *
*                                                                           *
*                     ODI Driver for DOS Workstation                        *
*                                                                           *
*****************************************************************************

Installation:
=============

  Driver Installation with existing Netware client programs:
  ----------------------------------------------------------
  A) Using NETX.EXE:
     If there are Netware client programs such as LSL.COM, IPXODI, and
     NETX.EXE in your system already, you can use the following procedures
     to setup your system.

     1. Copy the A:\NETWARE\DOSODI\FASTNIC.COM file to the Netware client
        directory which contains NET.CFG, LSL.COM, IPXODI.COM, and NETX.EXE
        files.

     2. Update the NET.CFG file. You can refer to the NET.CFG sample.

     3. Make sure to add LASTDRIVE=E in your CONFIG.SYS file if your want the
        first network drive to be F.

     4. Enter the following commands to connect to your Novell server:
               LSL
               FASTNIC
               IPXODI
               NETX
               F:
               LOGIN <user_name>

  B) Using VLM.EXE:
     If there are Netware client programs such as: LSL.COM, IPXODI, and
     VLM.EXE in your system already, you can use the following procedures
     to setup your system.

     1. Copy the A:\NETWARE\DOSODI\FASTNIC.COM file to the Netware client
        directory which contains NET.CFG, LSL.COM, IPXODI.COM, and VLM.EXE
        with related *.VLM files.

     2. Update the NET.CFG file. You can refer to the NET.CFG sample.

     3. Make sure to add LASTDRIVE=Z in your CONFIG.SYS file.

     4. Enter the following commands to connect to your Novell server:
               LSL
               FASTNIC
               IPXODI
               VLM
               F:
               LOGIN <user_name>


  NOTE:
  -----
    Multiple LAN Adapters in a system:
      If you want to install mutiple LAN adapter in your system, you have
      to use "SLOT" keyword in NET.CFG to select which adapter to use
      with your netware client.


Configuration Files:
====================

    File Name:          NET.CFG
    ----------
    Sample of configuration file:
    -----------------------------
           .
           .
           .
    Link Driver FASTNIC
            FRAME Ethernet_802.2
            FRAME Ethernet_802.3
            FRAME Ethernet_II
            FRAME Ethernet_SNAP

    ODI Driver Custom Keywords
    --------------------------
    Specify a adapter when multiple adapters exist.
            SLOT       1

    Specify adapter's medium which identifys adapter's speed and duplex mode.
    There are five medium values: AUTO, 10M, 10MFD, 100M, 100MFD.
            Connection_Type     AUTO   ;operate on auto negotiation mode
            Connection_Type     10M    ;operate on 10M/HalfDuplex mode
            Connection_Type     10MFD  ;operate on 10M/Fullduplex mode
            Connection_Type     100M   ;operate on 100M/HalfDuplex mode
            Connection_Type     100MFD ;operate on 100M/Fullduplex mode

----
All trademarks or brand names mentioned are properties
of their respective companies.

